Uses of Class
org.eclipse.vtp.framework.engine.runtime.Process

Packages that use Process
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Process in org.eclipse.vtp.framework.engine.runtime
 

Fields in org.eclipse.vtp.framework.engine.runtime declared as Process
protected  Process Session.process
          The owner of this session.
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type Process
Session(Process process, ISessionDescriptor descriptor)
          Creates a new Session.